home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / MT2Trivial 2.1.3 / MT2Trivial 2.1.3 ƒ / MT2Trivial Templates ƒ / NewWindow.c.Trivial < prev    next >
Encoding:
Text File  |  1996-07-28  |  260 b   |  16 lines  |  [TEXT/MPS ]

  1.  
  2. //%%DOC: NewWindow.c.Trivial -- begin
  3.  
  4. void    DoNewWindow( short WINDId, WindowPtr window );
  5. void    DoNewWindow( short WINDId, WindowPtr window )
  6. {
  7.     window = nil;
  8.     
  9.     window = GetNewWindow( WINDId, nil, (WindowPtr)-1L );
  10.     
  11. }
  12.  
  13. //%%DOC: NewWindow.c.Trivial -- eof
  14.  
  15.  
  16.